home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0575 / faq. < prev    next >
Text File  |  1997-04-04  |  4KB  |  76 lines

  1. A list of frequently asked questions.
  2.  
  3.  
  4.  
  5. Q: There are several install files (install.inf, install.win, install.app
  6.    and install.sys). What can I do with them ?
  7. A: The four files are used for different flavours of installation.
  8.    - install.win copies several dll's to the windows directory
  9.    - install.sys copies several dll's to the windows sys directory
  10.    - install.app copies the dll's to the application directory
  11.    - install.inf is the same as install.sys
  12.    Install.sys or install.win is preferred because Atismail can find
  13.    all it's components (almost) for sure.
  14.  
  15.  
  16. Q: I used the default setup, but the setup-program stops because of some
  17.    disk error. I checked the diskettes and they seem to be ok. What am I
  18.    doing wrong ?
  19. A: If you used the default installation, most dll's are copied to the windows
  20.    system directory. It might be that the system directory is on a network
  21.    drive and is write protected. You must have write permission in that
  22.    directory. If you don't have writepermission (and you can't get it too)
  23.    use the install.app instead. (rename install.app to install.inf).
  24.    After step 1 from the setup make sure that the directory you have choosen 
  25.    is in the path (set path=......) in your autoexec.bat.
  26.  
  27. Q: Installation seemed to work ok, but I always get an error : "Unable to
  28.    create Window" when I start Atismail. What's wrong ?
  29. A: Atismail uses the bwcc.dll from Borland C/C++ version 4.5. It might be that
  30.    an older dll is in the path somewhere and is used instead of the one that
  31.    came with Atismail. Make sure to use the one that came with Atismail.
  32.    (exchange the older one with the newer version)
  33.  
  34. Q: Atismail can be started, but when sending mail it reports it is unable
  35.    to find an SMTP host.
  36. A: There is a small file called hosts in the application directory.
  37.    This file contains a line : "smtp bsd1.atis.nl:25". Change this line to
  38.    so the hostname is the smtp host you want to use.
  39.  
  40. Q: I changed the SMTP host name, but it takes very long before mail is sent
  41.    or isn't sent at all. What now ?
  42. A: It might be that the hostname can't be resolved, use the ip-address instead
  43.    of the hostname.
  44.  
  45. Q: How do I set up the default mailbox ?
  46. A: By clicking the right mouse button in the client-area of the mainwindow.
  47.  
  48. Q: I set up a mailbox, but why does it take so long to connect ?
  49. A: It might be that a nameserver doesn't exist or maybe it is slow.
  50.    change the hostname to the ip-address.
  51.  
  52. Q: I had to use the install.app and the installation process stops with an
  53.    error.  Am I forgetting something ?
  54. A: Probably. After step 1 you windows must be able to locate several dll's.
  55.    make sure windows can find them. Include the directory in your path, or copy
  56.    the dll's to the place you need them.
  57.  
  58. Q: I want to use pgp (or pem) what do I have to do ?
  59. A: Everything in the atismail.cfg file is already setup for you.
  60.    you just need to install pgp (pem) properly. (Including the environment
  61.    variables). After that make sure that the directory pgp is in is included 
  62.    in the path. Also make sure that the "application/pgp... " in the MIME-
  63.    section include the full path to the mimebtch.pif file. This file is in
  64.    the directory used in the 2nd step of the installation
  65.  
  66. Q: Atismail starts, shows me a message that a directory for temporary files
  67.    couldn't be found and stops. What to do ?
  68. A: Create the directory. Atismail needs it to work with multimedia messages.
  69.    The name of the directory is mentioned in atismail.cfg (temp-dir= variable)
  70.  
  71. Q: Atismail doesn't seem to find several data files. How do I solve that ?
  72. A: In the Atismail.cfg file two variables are mentioned.
  73.    - home-dir (this is the directory specified in step 1 of the setup)
  74.    - mail-dir (this is the directory specified in step 2 of the setup)
  75.    just mention those two directories
  76.